home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Overload Trio 2
/
Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO
/
dir38
/
manythng.zip
/
ORIGINAL.FRM
< prev
next >
Wrap
Text File
|
1993-04-15
|
754b
|
31 lines
VERSION 2.00
Begin Form Original
AutoRedraw = -1 'True
BackColor = &H00000000&
BorderStyle = 0 'None
ControlBox = 0 'False
Height = 2976
Icon = ORIGINAL.FRX:0000
Left = 864
LinkTopic = "Form1"
ScaleHeight = 213
ScaleMode = 3 'Pixel
ScaleWidth = 478
Top = 1260
Visible = 0 'False
Width = 5832
End
' Original -- this form is used to save the original windows
' desktop bitmap that exists when the screen saver is
' started
Option Explicit
Sub Form_Load ()
' stretch to full screen
'Move 0, 0, Screen.Width, Screen.Height
End Sub